PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / addOperator Method
Operator to add to the content stream.
In This Topic
    addOperator Method
    In This Topic
    Adds the given operator to the content stream.
    Syntax
    public void addOperator( 
       PDFContentStreamOperator op
    )

    Parameters

    op
    Operator to add to the content stream.
    See Also